home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ╔════════════════════════════════════════════════════════════════╗
- echo ║ Demonstration of the SDC and DOS HELP Utility Programs ║
- echo ║ Copyright (C) 1989 By John F. Stetson - All Rights Reserved ║
- echo ║ ║
- echo ║ The following demonstration illustrates some of the features ║
- echo ║ of the Configuration Program for SD and SDR (SDC), and the DOS ║
- echo ║ HELP Utility Program which is available as a separate product. ║
- echo ║ Press CTRL-BREAK to terminate the demonstration at any time. ║
- echo ╚════════════════════════════════════════════════════════════════╝
- pause
- cls
- echo ╔════════════════════════════════════════════════════════════════╗
- echo ║ SDC Program Configuration Option Menu ║
- echo ╚════════════════════════════════════════════════════════════════╝
- pause
- demo3
- if errorlevel 1 goto end
- cls
- echo ╔════════════════════════════════════════════════════════════════╗
- echo ║ SDC Program Screen Color Configuration Menu ║
- echo ╚════════════════════════════════════════════════════════════════╝
- pause
- demo4
- if errorlevel 1 goto end
- cls
- echo ╔════════════════════════════════════════════════════════════════╗
- echo ║ DOS HELP Utility Program Main Menu ║
- echo ╚════════════════════════════════════════════════════════════════╝
- pause
- demo5
- if errorlevel 1 goto end
- cls
- echo ╔════════════════════════════════════════════════════════════════╗
- echo ║ DOS HELP Utility Program Sample Command ║
- echo ╚════════════════════════════════════════════════════════════════╝
- pause
- demo6
- :end
- cls
- echo Returning To The DOS Command Prompt . . .